ComponentOne ASP.NET MVC Controls
Min Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : Min Method
The value.
Configurates C1.Web.Mvc.InputDateBase.Min. Sets the earliest date that the user can enter.
Syntax
'Declaration
 
Public Function Min( _
   ByVal value As Date _
) As TBuilder
public TBuilder Min( 
   DateTime value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members